home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SS0288.ZIP / README.TXT next >
Text File  |  1992-06-01  |  4KB  |  58 lines

  1. ======================================================================
  2.     Microsoft Product Support Services Application Note (Text File)
  3.                SS0288: RELOCATABLE OBJECT MODULE FORMAT
  4. ======================================================================
  5.    
  6. This application note is divided into six text files, SS0288_1.TXT
  7. through SS0288_6.TXT. The following provides a reference to the
  8. text file location (section) of the contents.
  9.    
  10.                            TABLE OF CONTENTS
  11.                           ==================
  12.                                    
  13.                                                                Section
  14.                                                                -------
  15. Introduction                                                         1
  16. The Object Record Format                                             1
  17. Frequent Object Record Subfields                                     1
  18. Order of Records                                                     1
  19. Record Specifics                                                     1
  20. 80H THEADR--Translator Header Record                                 1
  21. 82H LHEADR--Library Module Header Record                             2
  22. 88H COMENT--Comment Record                                           2
  23. 88H IMPDEF--Import Definition Record (Comment Class A0, Subtype 01)  2
  24. 88H EXPDEF--Export Definition Record (Comment Class A0, Subtype 02)  2
  25. 88H INCDEF--Incremental Compilation Record (Cmnt Class A0, Sub 03)   2
  26. 88H LNKDIR--C++ Directives Record (Comment Class A0, Subtype 05)     2
  27. 88H LIBMOD--Library Module Name Record (Comment Class A3)            2
  28. 88H EXESTR--Executable String Record (Comment Class A4)              2
  29. 88H INCERR--Incremental Compilation Error (Comment Class A6)         2
  30. 88H NOPAD--No Segment Padding (Comment Class A7)                     2
  31. 88H WKEXT--Weak Extern Record (Comment Class A8)                     2
  32. 88H LZEXT--Lazy Extern Record (Comment Class A9)                     3
  33. 88H PharLap Format Record (Comment Class AA)                         3
  34. 8AH or 8BH MODEND--Module End Record                                 3
  35. 8CH EXTDEF--External Names Definition Record                         3
  36. 8EH TYPDEF--Type Definition Record                                   3
  37. 90H or 91H PUBDEF--Public Names Definition Record                    3
  38. 94H or 95H LINNUM--Line Numbers Record                               3
  39. 96H LNAMES--List of Names Record                                     4
  40. 98H or 99H SEGDEF--Segment Definition Record                         4
  41. 9AH GRPDEF--Group Definition Record                                  4
  42. 9CH or 9DH FIXUPP--Fixup Record                                      4
  43. A0H or A1H LEDATA--Logical Enumerated Data Record                    5
  44. A2H or A3H LIDATA--Logical Iterated Data Record                      5
  45. B0H COMDEF--Communal Names Definition Record                         5
  46. B2H or B3H BAKPAT--Backpatch Record                                  5
  47. B4H or B5H LEXTDEF--Local External Names Definition Record           5
  48. B6H or B7H LPUBDEF--Local Public Names Definition Record             5
  49. B8H LCOMDEF--Local Communal Names Definition Record                  5
  50. BCH CEXTDEF--COMDAT External Names Definition Record                 5
  51. C2H or C3H COMDAT--Initialized Communal Data Record                  5
  52. C4H or C5H LINSYM--Symbol Line Numbers Record                        6
  53. C6H ALIAS--Alias Definition Record                                   6
  54. C8H or C9H NBKPAT--Named Backpatch Record                            6
  55. CAH LLNAMES--Local Logical Names Definition Record                   6
  56. Appendix 1: CodeView Extensions                                      6
  57. Appendix 2: Microsoft MS-DOS Library Format                          6
  58.